-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update typing for copy #139
Conversation
Could you please address the DCO check? https://github.com/valkey-io/valkey-py/pull/139/checks?check_run_id=33966562917 |
b6b7173
to
2536ba0
Compare
sorry, i'm not familiar with the process here,since someone is working on fixing type hints (see #138) and you think it's useless, you can close this pr, thank you ! |
I don't think this is useless, and we welcome all the good contributions and new contributors :) Your second commit contains the needed |
2536ba0
to
ecf83e5
Compare
Signed-off-by: root <[email protected]>
Signed-off-by: root <[email protected]>
ecf83e5
to
8af8b4a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #139 +/- ##
=======================================
Coverage 76.19% 76.19%
=======================================
Files 130 130
Lines 33907 33907
=======================================
Hits 25837 25837
Misses 8070 8070 ☔ View full report in Codecov by Sentry. |
Pull Request check-list
Description of change
destination_db param in copy() method supports integer, so we can change the type constraint for it
fix: #138